We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2f2cfa + 8ba527c commit 3775e33Copy full SHA for 3775e33
kitsune/settings.py
@@ -557,7 +557,6 @@ def immutable_file_test(path, url):
557
else:
558
OIDC_ENABLE = config("OIDC_ENABLE", default=True, cast=bool)
559
ENABLE_ADMIN = config("ENABLE_ADMIN", default=OIDC_ENABLE, cast=bool)
560
- WAGTAIL_ENABLE_ADMIN = config("WAGTAIL_ENABLE_ADMIN", default=OIDC_ENABLE, cast=bool)
561
562
# Username algo for the oidc lib
563
def _username_algo(email):
@@ -1312,6 +1311,7 @@ def filter_exceptions(event, hint):
1312
1311
]
1313
1314
# Wagtail settings
+WAGTAIL_ENABLE_ADMIN = config("WAGTAIL_ENABLE_ADMIN", default=False, cast=bool)
1315
WAGTAIL_I18N_ENABLED = True
1316
WAGTAIL_CONTENT_LANGUAGES = LANGUAGES
1317
WAGTAILADMIN_PERMITTED_LANGUAGES = [
0 commit comments